Package com.cisco.pt.ipc.sim
Interface IoeClientProcess
- All Known Implementing Classes:
IoeClientProcessImpl
Information provided by the PKI file:
\class IoeClientProcess
\brief IoeClientProcess handles and manipulates the IoE client process for IoE devices.
\example network().getDevice("SBC0").getProcess("IoeClientProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidreportStates(String states) Information provided by the PKI file:booleansetupRemoteApi(String json) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setupRemoteApi
Information provided by the PKI file:
\brief setup the API call in remote server, returns true if successful, false otherwise. \param json, the API call to server in json format. \return bool, true if successful, false otherwise.- Parameters:
json- Takes in a parameter of json- Returns:
- boolean Returns a boolean
-
reportStates
Information provided by the PKI file:
\brief send the state of the IoE client to server. \param states, the state of the IoE client.- Parameters:
states- Takes in a parameter of states
-